home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / Xcl-inverted / gtk-2.0 / gtkrc
Text File  |  2009-01-08  |  18KB  |  629 lines

  1. # List of valid icon-sizes
  2. # GTK_ICON_SIZE_
  3. #        INVALID
  4. #        MENU
  5. #        SMALL_TOOLBAR
  6. #        LARGE_TOOLBAR
  7. #        BUTTON
  8. #        DND
  9. #        DIALOG
  10.  
  11. # List of valid relief-styles
  12. # GTK_RELIEF_
  13. #        NORMAL
  14. #        HALF
  15. #        NONE
  16.  
  17. # List of valid shadow-types
  18. # GTK_SHADOW_
  19. #        NONE
  20. #        IN
  21. #        OUT
  22. #        ETCHED_IN
  23. #        ETCHED_OUT
  24.  
  25. # List of valid toolbar-styles
  26. # GTK_TOOLBAR_
  27. #        ICONS
  28. #        TEXT
  29. #        BOTH
  30. #        BOTH_HORIZ
  31.  
  32. # List of valid treeview-grid-line-styles
  33. # GTK_TREE_VIEW_GRID_LINES_
  34. #                NONE
  35. #                HORIZONTAL
  36. #                VERTICAL
  37. #                BOTH
  38.  
  39. # List of valid toolbar-spacer-styles
  40. # GTK_TOOLBAR_SPACE_
  41. #                       EMPTY
  42. #                       LINE
  43.  
  44. # Default Colors
  45. gtk_color_scheme = "fg_color:#000000\
  46. bg_color:#E8E8E8\
  47. base_color:#FFFFFF\
  48. text_color:#000000\
  49. selected_bg_color:#1F87D2\
  50. selected_fg_color:#FFFFFF\
  51. odd_color:#E6E6E6\
  52. even_color:#FFFFFF\
  53. cursor_color:#26B351\
  54. secondary_cursor_color:#FFDC38\
  55. link_color:#5FBBFF\
  56. active_link_color:#F4FF00\
  57. visited_link_color:#FF00AC\
  58. error_underline_color:#F5522A\
  59. iconview_selection_box_color:#FFDF48\
  60. spell_error_color:#FBB830\
  61. galeon_secure_color:#2BA731\
  62. aisleriot_selection_color:#35B7F6\
  63. current_match_color:#F7BE1A\
  64. all_matches_color:#798FE4\
  65. ephy_secure_bg_color:#64B728\
  66. ephy_secure_fg_color:#ECF1E9\
  67. nautilus_selection_box_color:#FFFFFF\
  68. nautilus_dark_info_color:#000000\
  69. nautilus_light_info_color:#FFFFFF\
  70. nautilus_icon_prelight_color:#38C3FE\
  71. cited_color:#00B9FF"
  72.  
  73. # PopUp Delay
  74. gtk-menu-popup-delay = 0
  75.  
  76. # Icon Sizes
  77. gtk-icon-sizes = "panel=16,16 :\
  78. gtk-menu=16,16 :\
  79. gtk-button=16,16 :\
  80. gtk-small-toolbar=16,16 :\
  81. gtk-large-toolbar=16,16 :\
  82. gtk-dialog=16,16 :\
  83. gtk-dnd=16,16 :\
  84. panel-menu=16,16"
  85.  
  86. # Button Icons
  87. gtk-button-images = 0
  88.  
  89. style "excelsior-default"
  90. {
  91.  
  92.   GtkEntry::honors-transparent-bg-hint = 1
  93.  
  94.   # == BonoboUiToolbar ==
  95.   BonoboUiToolbar::shadow_type = GTK_SHADOW_OUT
  96.  
  97.   # == EelAlertDialog ==
  98.   EelAlertDialog::alert_border = 3
  99.  
  100.   # == EphyLocationEntry ==
  101.   EphyLocationEntry::secure-bg-color = @ephy_secure_bg_color
  102.   EphyLocationEntry::secure-fg-color = @ephy_secure_fg_color
  103.  
  104.   # == EggFindBar ==
  105.   EggFindBar::all_matches_color = @all_matches_color
  106.   EggFindBar::current_match_color = @current_match_color
  107.  
  108.   # == EExpander ==
  109.   EExpander::expander-size = 4
  110.   EExpander::expander-spacing = 2
  111.  
  112.   # == ETree ==
  113.   ETree::expander_size = 4
  114.   ETree::retro_look = 1
  115.  
  116.   # == GdmUserMenuItem ==
  117.   GdmUserMenuItem::indicator-size = 10
  118.   GdmUserMenuItem::indicator-spacing = 2
  119.  
  120.   # == GimpColorNotebook ==
  121.   GimpColorNotebook::tab-border = 0
  122.   GimpColorNotebook::tab-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
  123.  
  124.   # == GimpDataEditor ==
  125.   GimpDataEditor::minimal-height = 50
  126.  
  127.   # == GimpDock ==
  128.   GimpDock::default-height = 175
  129.  
  130.   # == GimpDockSeparator ==
  131.   GimpDockSeparator::height = 4
  132.  
  133.   # == GimpDockable ==
  134.   GimpDockable::content-border = 0
  135.  
  136.   # == GimpDocbook ==
  137.   GimpDocbook::tab-border = 0
  138.   GimpDocbook::tab-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
  139.  
  140.   # == GimpEditor ==
  141.   GimpEditor::button-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
  142.   GimpEditor::button-relief = GTK_RELIEF_NONE
  143.   GimpEditor::button-spacing = 1
  144.   GimpEditor::content-spacing = 1
  145.  
  146.   # == GimpFrame ==
  147.   GimpFrame::label-bold = TRUE
  148.   GimpFrame::label-spacing = 2
  149.  
  150.   # == GimpMenuDock ==
  151.   GimpMenuDock::menu-preview-size = GTK_ICON_SIZE_SMALL_TOOLBAR
  152.   GimpMenuDock::minimal-width = 150
  153.  
  154.   # == GimpPreview ==
  155.   GimpPreview::size = 400
  156.  
  157.   # == GimpScaleComboBox ==
  158.   GimpScaleComboBox::label-scale = 0
  159.  
  160.   # == GimpToolbox ==
  161.   GimpToolbox::button-relief = GTK_RELIEF_NONE
  162.   GimpToolbox::tool-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
  163.  
  164.   # == GimpUnitComboBox ==
  165.   GimpUnitComboBox::label-scale = 0
  166.  
  167.   # == AisleriotBoard ==
  168.   AisleriotBoard::selection-color = @aisleriot_selection_color
  169.  
  170.   # == GaleonLocationEntry ==
  171.   GaleonLocationEntry::secure-color = @galeon_secure_color
  172.  
  173.   # == GamesFrame ==
  174.   GamesFrame::label-bold = TRUE
  175.   GamesFrame::label-spacing = 2
  176.  
  177.   # == GnomeHref ==
  178.   GnomeHref::link_color = @link_color
  179.  
  180.   # == GtkArrow ==
  181.   GtkArrow::arrow-scaling = 1.0
  182.  
  183.   # == GtkAssistant ==
  184.   GtkAssistant::content-padding = 0
  185.   GtkAssistant::header-padding = 4
  186.  
  187.   # == GtkButton ==
  188.   GtkButton::child-displacement-y = 0
  189.   GtkButton::child-displacement-y = 0
  190.   GtkButton::default-border = { 0, 0, 0, 0 }
  191.   GtkButton::default-outside-border = { 0, 0, 0, 0 }
  192.   GtkButton::displace-focus = 0
  193.   GtkButton::image-spacing = 1
  194.   GtkButton::inner-border = { 0, 0, 0, 0 }
  195.  
  196.   # == GtkButtonBox ==
  197.   GtkButtonBox::child-internal-pad-x = 1
  198.   GtkButtonBox::child-internal-pad-y = 1
  199.   GtkButtonBox::child-min-height = 20
  200.   GtkButtonBox::child-min-width = 20
  201.  
  202.   # == GtkCheckButton ==
  203.   GtkCheckButton::indicator-size = 13
  204.   GtkCheckButton::indicator-spacing = 2
  205.  
  206.   # == GtkCheckMenuItem ==
  207.   GtkCheckMenuItem::indicator-size = 12
  208.  
  209.   # == GtkComboBox ==
  210.   GtkComboBox::appears-as-list = 0
  211.   GtkComboBox::arrow-size = 16
  212.   GtkComboBox::shadow-type = GTK_SHADOW_NONE
  213.  
  214.   # == GtkContainer ==
  215.   GtkContainer::border-with = 0
  216.  
  217.   # == GtkDialog ==
  218.   GtkDialog::action-area-border = 2
  219.   GtkDialog::button-spacing = 2
  220.   GtkDialog::content-area-border = 2
  221.  
  222.   # == GtkEntry ==
  223.   GtkEntry::inner-border = { 0, 0, 0, 0 }
  224.   GtkEntry::cursor_color = @cursor_color
  225.  
  226.   # == GtkExpander ==
  227.   GtkExpander::expander-size = 10
  228.   GtkExpander::expander-spacing = 2
  229.  
  230.   # == GtkHTML ==
  231.   GtkHTML::spell_error_color = @spell_error_color
  232.   GtkHTML::alink-color = @active_link_color
  233.   GtkHTML::cited-color = @cited_color
  234.   GtkHTML::link-color = @link_color
  235.   GtkHTML::vlink_color = @visited_link_color
  236.  
  237.   # == GtkIconView ==
  238.   GtkIconView::selection-box-alpha = 0x40
  239.   GtkIconView::selection-box-color = @iconview_selection_box_color
  240.  
  241.   # == GtkMenu ==
  242.   GtkMenu::double-arrows = 0
  243.   GtkMenu::horizontal-offset = -1
  244.   GtkMenu::horizontal-padding = 0
  245.   GtkMenu::vertical-offset = 0
  246.   GtkMenu::vertical-padding = 0
  247.  
  248.   # == GtkMenuBar ==
  249.   GtkMenuBar::internal-padding = 0
  250.   GtkMenuBar::shadow-type = GTK_SHADOW_OUT
  251.  
  252.   # == GtkMenuItem ==
  253.   GtkMenuItem::arrow-scaling = 1.0
  254.   GtkMenuItem::arrow-spacing = 2
  255.   GtkMenuItem::horizontal-padding = 2
  256.   GtkMenuItem::selected-shadow-type = GTK_SHADOW_NONE
  257.   GtkMenuItem::toggle-spacing = 2
  258.   GtkMenuItem::width-chars = 6
  259.  
  260.   # == GtkMessageDialog ==
  261.   GtkMessageDialog::message-border = 4
  262.   GtkMessageDialog::use-separator = 0
  263.  
  264.   # == GtkNotebook ==
  265.   GtkNotebook::arrow-spacing = 0
  266.   GtkNotebook::has-backward-stepper = 0
  267.   GtkNotebook::has-forward-stepper = 0
  268.   GtkNotebook::has-secondary-backward-stepper = 0
  269.   GtkNotebook::has-secondary-forward-stepper = 0
  270.   GtkNotebook::tab-curvature = 0
  271.   GtkNotebook::tab-overlap = 3
  272.   GtkNotebook::tab-border = 0
  273.   GtkNotebook::tab-hborder = 0
  274.   GtkNotebook::tab-vborder = 0
  275.   GtkNotebook::show-border = 0
  276.   GtkNotebook::gtk-button-images = 0
  277.   GtkNotebook::gtk-menu-images = 0
  278.  
  279.   # == GtkOptionMenu ==
  280.   GtkOptionMenu::indicator-size = { 7, 13 }
  281.   GtkOptionMenu::indicator-spacing = { 7, 5, 2, 2 }
  282.  
  283.   # == GtkPaned ==
  284.   GtkPaned::handle-size = 4
  285.  
  286.   # == GtkProgressBar ==
  287.   GtkProgressBar::min-horizontal-bar-height = 18
  288.   GtkProgressBar::min-horizontal-bar-width = 50
  289.   GtkProgressBar::min-vertical-bar-height = 50
  290.   GtkProgressBar::min-vertical-bar-width = 18
  291.   GtkProgressBar::xspacing = 0
  292.   GtkProgressBar::yspacing = 0
  293.  
  294.   # == GtkRange ==
  295.   GtkRange::activate-slider = 1
  296.   GtkRange::arrow-displacement-x = 0
  297.   GtkRange::arrow-displacement-y = 0
  298.   GtkRange::arrow-scaling = 1.0
  299.   GtkRange::slider-width = 12
  300.   GtkRange::stepper-size = 12
  301.   GtkRange::stepper-spacing = 0
  302.   GtkRange::trough-border = 0
  303.   GtkRange::trough-side-details = 0
  304.   GtkRange::trough-under-steppers = 0
  305.  
  306.   # == GtkScale ==
  307.   GtkScale::slider-length = 30
  308.   GtkScale::value-spacing = 2
  309.  
  310.   # == GtkScrollbar ==
  311.   GtkScrollbar::fixed-slider-length = 0
  312.   GtkScrollbar::has-backward-stepper = 0
  313.   GtkScrollbar::has-forward-stepper = 1
  314.   GtkScrollbar::has-secondary-backward-stepper = 1
  315.   GtkScrollbar::has-secondary-forward-stepper = 0
  316.   GtkScrollbar::min-slider-length = 25
  317.   GtkScrollbar::slider_width = 12
  318.  
  319.   # == GtkScrolledWindow ==
  320.   GtkScrolledWindow::scrollbar-spacing = 0
  321.   GtkScrolledWindow::scrollbars-within-bevel = 0
  322.  
  323.   # == GtkSpinButton ==
  324.   GtkSpinButton::shadow_type = GTK_SHADOW_OUT
  325.  
  326.   # == GtkStatusBar ==
  327.   GtkStatusbar::shadow_type = GTK_SHADOW_NONE
  328.  
  329.   # == GtkTextView ==
  330.   GtkTextView::error-underline-color = @error_underline_color
  331.  
  332.   # == GtkToolButton ==
  333.   GtkToolButton::icon-spacing = 1
  334.  
  335.   # == GtkToolbar ==
  336.   GtkToolbar::button-relief = GTK_RELIEF_NONE
  337.   GtkToolbar::internal-padding = 1
  338.   GtkToolbar::max-child-expand = 10000
  339.   GtkToolbar::shadow_type = GTK_SHADOW_OUT
  340.   GtkToolbar::space-size = 1
  341.   GtkToolbar::space-style = GTK_TOOLBAR_SPACE_EMTPY
  342.  
  343.   # == GtkTreeView ==
  344.   GtkTreeView::allow-rules = 1
  345.   GtkTreeView::even-row-color = @even_color
  346.   GtkTreeView::expander-size = 10
  347.   GtkTreeView::grid-line-pattern = "\2\1\1\2"
  348.   GtkTreeView::grid-line-width = 1
  349.   GtkTreeView::horizontal-separator = 1
  350.   GtkTreeView::indent-expanders = 0
  351.   GtkTreeView::odd-row-color = @odd_color
  352.   GtkTreeView::row-ending-details = 0
  353.   GtkTreeView::tree-line-pattern = "\2\1\1\2"
  354.   GtkTreeView::tree-line-width = 1
  355.   GtkTreeView::vertical-separator = 1
  356.  
  357.   # == GtkWidget ==
  358.   GtkWidget::cursor-aspect-ratio = 0.055
  359.   GtkWidget::cursor-color = @cursor_color
  360.   GtkWidget::draw-border = { 0, 0, 0, 0 }
  361.   GtkWidget::focus-line-pattern = "\1\1"
  362.   GtkWidget::focus-line-width = 0
  363.   GtkWidget::focus-padding = 0
  364.   GtkWidget::interior-focus = 1
  365.   GtkWidget::link-color = @link_color
  366.   GtkWidget::scroll-arrow-hlength = 12
  367.   GtkWidget::scroll-arrow-vlength = 12
  368.   GtkWidget::secondary-cursor-color = @secondary_cursor_color
  369.   GtkWidget::separator-height = 0
  370.   GtkWidget::separator-width = 0
  371.   GtkWidget::visited-link-color = @visited_link_color
  372.   GtkWidget::wide-separators = 0
  373.  
  374.   # == NautilusIconContainer ==
  375.   NautilusIconContainer::activate_prelight_icon_label = 0
  376.   NautilusIconContainer::dark_info_color = @nautilus_dark_info_color
  377.   NautilusIconContainer::frame_text = 0
  378.   NautilusIconContainer::highlight_alpha = 120
  379.   NautilusIconContainer::light_info_color = @nautilus_light_info_color
  380.   NautilusIconContainer::normal_alpha = 0
  381.   NautilusIconContainer::normal_icon_brightness = 255
  382.   NautilusIconContainer::normal_icon_color = @selected_bg_color
  383.   NautilusIconContainer::normal_icon_lighten = 0
  384.   NautilusIconContainer::normal_icon_render_mode = 0
  385.   NautilusIconContainer::normal_icon_saturation = 255
  386.   NautilusIconContainer::prelight_alpha = 145
  387.   NautilusIconContainer::prelight_icon_brightness = 255
  388.   NautilusIconContainer::prelight_icon_color = @nautilus_icon_prelight_color
  389.   NautilusIconContainer::prelight_icon_lighten = 0
  390.   NautilusIconContainer::prelight_icon_render_mode = 2
  391.   NautilusIconContainer::prelight_icon_saturation = 255
  392.   NautilusIconContainer::selection_box_alpha = 127
  393.   NautilusIconContainer::selection_box_color = @nautilus_selection_box_color
  394.  
  395.   # == WnckTasklist ==
  396.   WnckTasklist::fade-loop-time = 5.0
  397.   WnckTasklist::fade-max-loops = 7
  398.   WnckTasklist::fade-opacity = 0.7
  399.   WcnkTasklist::fade-overlay-rect = 0
  400.  
  401.   # == General ==
  402.   xthickness = 0
  403.   ythickness = 0
  404.  
  405.   fg[NORMAL]           =  @fg_color
  406.   fg[ACTIVE]           =  @fg_color
  407.   fg[PRELIGHT]         =  @fg_color
  408.   fg[SELECTED]         =  @selected_fg_color
  409.   fg[INSENSITIVE]      =  shade (3.0,@fg_color)
  410.  
  411.   bg[NORMAL]           =  @bg_color
  412.   bg[ACTIVE]            =  shade (1.0233,@bg_color)
  413.   bg[PRELIGHT]         =  shade (1.0930,@bg_color)
  414.   bg[SELECTED]            =  @selected_bg_color
  415.   bg[INSENSITIVE]      =  shade (1.0233,@bg_color)
  416.  
  417.   base[NORMAL]         =  @base_color
  418.   base[ACTIVE]         =  shade (0.65,@base_color)
  419.   base[PRELIGHT]       =  @base_color
  420.   base[SELECTED]    =  @selected_bg_color
  421.   base[INSENSITIVE]    =  shade (1.025,@bg_color)
  422.  
  423.   text[NORMAL]         =  @text_color
  424.   text[ACTIVE]        =  shade (0.90,@base_color)
  425.   text[PRELIGHT]       =  @text_color
  426.   text[SELECTED]       =  @selected_fg_color
  427.   text[INSENSITIVE]    =  mix (0.70,@bg_color,@fg_color)
  428.  
  429.   engine "excelsior"
  430.   {
  431.     style               = INVERTED
  432.     animation        = TRUE # En/Disable Animations
  433.     contrast        = 1.0 # General Widget Contrast
  434.     radius        = 1.2 # General Widget Roundness
  435.     menubarstyle          = 1 # Menubarstyle 0 = Gummy; 1 = Glossy
  436.     toolbarstyle    = 1 # Toolbarstyle 0 = Gummy; 1 = Glossy
  437.     scrollbarstyle    = 0 # Scrollbarstyle 0 = Striped; 1 = Arrowed; 2 = Plain
  438.     progbar_style    = 1 # Progressbarstyle 0 = Striped; 1 = Arrowed; 2 = Plain
  439.     progbar_to_left    = 1 # Animationdirection of the Progressbar 0 = left -> right; 1 = right -> left
  440.     random_effect       = 1 # Draw randomly generated stuff on buttons and tabs 0 = no; 1 = stripes; 2 = bubbles
  441.     random_opacity      = 0.2 # The Opacity of the Stripes
  442.     mw_gradient         = 1 # MainWindow Gradient 0 = Plain ; 1 = horizontal gradient; 2 = diagonal gradient
  443.     aqua_tabs           = 0 # Style of the Tabs 0 = excelsior 1.0+ ; 1 = excelsior 1.0-
  444.     pellucid_scales     = 0 # How to draw Sliders on Scales 0 = opaque 1 = pellucid
  445.     tooltip_style       = 1 # Tooltip-gradient 0 = straight; 1 = curved;
  446.     grip_opacity        = 0.4 # opacity for widget-prelight effects ( value * 2 for active-widget effects)
  447.     grip_style          = 0 # effect on prelighted/active buttons; 0 = border; 1 = grip;  2 = both
  448.     trough_visible      = 1 # scrollbar trough; 0 = invisible; 1 = normal behaviour
  449.     scale_trough_size   = 5 # height of the scale_trough in px
  450.   }
  451. }
  452.  
  453. # Default Settings
  454. style "excelsior-wide" = "excelsior-default"
  455. {
  456.   xthickness = 2
  457.   ythickness = 2
  458. }
  459.  
  460. # Default Settings
  461. style "excelsior-wider" = "excelsior-default"
  462. {
  463.   xthickness = 3
  464.   ythickness = 3
  465. }
  466.  
  467. # GtkButton() Settings
  468. style "excelsior-button" = "excelsior-wider"
  469. {
  470. }
  471.  
  472. # GtkToggleButton() Settings
  473. style "excelsior-toggle-button" = "excelsior-wider"
  474. {
  475. }
  476.  
  477. # GtkRadioButton() Settings
  478. style "excelsior-indicator-radio" = "excelsior-wide"
  479. {
  480. }
  481.  
  482. # GtkCheckButton() Settings
  483. style "excelsior-indicator-check" = "excelsior-wide"
  484. {
  485. }
  486.  
  487. # GtkNotebook() Settings
  488. style "excelsior-notebook" = "excelsior-button"
  489. {
  490. }
  491.  
  492. # GtkTasklist() Settings
  493. style "excelsior-tasklist" = "excelsior-default"
  494. {
  495.   xthickness = 5
  496.   ythickness = 3
  497. }
  498.  
  499. # GtkMenu() Settings
  500. style "excelsior-menu" = "excelsior-default"
  501. {
  502.   xthickness = 2
  503.   ythickness = 2
  504.   fg[PRELIGHT]  = @selected_fg_color
  505. }
  506.  
  507. # GtkMenuBarItem() Settings
  508. style "excelsior-menubar-item" = "excelsior-button"
  509. {
  510.   fg[PRELIGHT]  = @selected_fg_color
  511. }
  512.  
  513. # GtkMenuItem() Settings
  514. style "excelsior-menu-item" = "excelsior-default"
  515. {
  516.   xthickness = 2
  517.   ythickness = 3
  518.   fg[PRELIGHT]  = @selected_fg_color
  519. }
  520.  
  521. # GtkTreeView(), GtkListStore() et cetera Settings
  522. style "excelsior-tree" = "excelsior-default"
  523. {
  524.   xthickness = 2
  525.   ythickness = 2
  526. }
  527.  
  528. # GtkFrame() Settings
  529. style "excelsior-frame-title" = "excelsior-default"
  530. {
  531. }
  532.  
  533. # GtkProgressbar() Settings
  534. style "excelsior-progressbar" = "excelsior-wide"
  535. {
  536.   xthickness = 3
  537.   ythickness = 3
  538.   fg[PRELIGHT]  = @selected_fg_color
  539. }
  540.  
  541. # GtkCombo(), GtkCombobox() et cetera Settings
  542. style "excelsior-combo" = "excelsior-button"
  543. {
  544. }
  545.  
  546. # GtkMenuBar() Settings
  547. style "excelsior-menubar" = "excelsior-default"
  548. {
  549.   fg[PRELIGHT]  = @selected_fg_color
  550. }
  551.  
  552. # GtkScale(), GtkSlider() Settings
  553. style "excelsior-scale" = "excelsior-button"
  554. {
  555.   GtkRange::trough-side-details = 1 #
  556. }
  557.  
  558. # GtkScrollbar() Settings
  559. style "excelsior-scroll" = "excelsior-wider"
  560. {
  561. }
  562.  
  563. # GnomePanel() Settings
  564. style "excelsior-panel" = "excelsior-wider"
  565. {
  566. }
  567.  
  568. # NautilusLocationBar() Settings
  569. style "nautilus-location"
  570. {
  571. }
  572.  
  573. style "evolution-workaround"
  574. {
  575.   engine "excelsior"
  576.   {
  577.     mw_gradient = 0
  578.   }
  579. }
  580.  
  581. widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evolution-workaround"
  582.  
  583. widget "*.nautilus-extra-view-widget" style:highest "nautilus-location"
  584.  
  585. class "GtkProgressBar" style "excelsior-progressbar"
  586. class "GtkWidget"    style "excelsior-default"
  587. class "GtkButton"    style "excelsior-button"
  588. class "GtkScale"     style "excelsior-scale"
  589. class "GtkCombo"     style "excelsior-button"
  590. class "GtkRange"     style "excelsior-wide"
  591. class "GtkFrame"     style "excelsior-wide"
  592. class "GtkSeparator" style "excelsior-wide"
  593. class "GtkMenu"      style "excelsior-menu"
  594. class "GtkEntry"     style "excelsior-wider"
  595. class "GtkScrollbar" style "excelsior-scroll"
  596. class "GtkMenuItem"  style "excelsior-menu-item"
  597. class "GtkRadioButton" style "excelsior-indicator-radio"
  598. class "GtkCheckButton" style "excelsior-indicator-check"
  599. class "GtkToggleButton" style "excelsior-toggle-button"
  600. class "GtkMenuBar" style "excelsior-menubar"
  601.  
  602. widget_class "*GtkNotebook"    style "excelsior-notebook"
  603. widget_class "*GtkNotebook*GtkEventBox"     style "excelsior-notebook"
  604. widget_class "*GtkNotebook*GtkDrawingArea"  style "excelsior-notebook"
  605. widget_class "*GtkNotebook*GtkLayout"       style "excelsior-notebook"
  606.  
  607. widget_class "Panel*" style "excelsior-panel"
  608. widget_class "Panel*GtkButton.*" style "excelsior-panel"
  609. widget_class "Panel*GtkToggleButton.*" style "excelsior-panel"
  610. widget_class "Panel*Menu.*" style "excelsior-panel"
  611. widget_class "Panel*MenuBar.*" style "excelsior-panel"
  612. widget_class "Panel*Applet*" style "excelsior-panel"
  613.  
  614. widget_class "*MenuItem*" style "excelsior-menu-item"
  615. widget_class "*.GtkMenuBar.*MenuItem.*" style "excelsior-menubar-item"
  616.  
  617. widget_class "*.GtkComboBox.GtkButton" style "excelsior-combo"
  618. widget_class "*.GtkCombo.GtkButton"    style "excelsior-combo"
  619. widget_class "*.GtkComboBox.GtkFrame"  style "excelsior-wider"
  620.  
  621. widget_class "*.GtkTreeView.GtkButton" style "excelsior-tree"
  622. widget_class "*.GtkCTree.GtkButton" style "excelsior-tree"
  623. widget_class "*.GtkList.GtkButton" style "excelsior-tree"
  624. widget_class "*.GtkCList.GtkButton" style "excelsior-tree"
  625. widget_class "*.GtkFrame.GtkLabel" style "excelsior-frame-title"
  626.  
  627. widget_class "*.GtkNotebook.*.GtkEventBox" style "excelsior-notebook"
  628. widget_class "*.GtkNotebook.*.GtkViewport" style "excelsior-notebook"
  629.